home *** CD-ROM | disk | FTP | other *** search
- Test Files
- ----------
-
- Some example files to demonstate !Filter
-
- TopBitSet - Sets bit 8 of all bytes to zero
- Useful for importing some IBM
- text files (eg Wordstar < 4)
-
- CR - Removes CRs (&0d) from files
-
- CR->LF - Changes all CRs to LFs
-
- Strings - Rough copy of UN*X strings util.
- Finds all readable strings in an
- executable.
- (&00,&0a,&0d = &0a; removes all
- other control characters and all
- top bit set chars)
-